home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 099 (1989-05-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 099 (1989-05-15)(Ossowski, Stefan)(DE)(PD).adf / PCQ / Include / Math.i < prev    next >
Text File  |  1989-03-31  |  539b  |  25 lines

  1.  
  2.     { These routines access the mathffp.library }
  3.  
  4. function SPFix(f : real) : integer;
  5.     forward;
  6. function SPFloat(f : integer) : real;
  7.     forward;
  8. function SPCmp(f, r : real) : integer;
  9.     forward;
  10. function SPTst(f : real) : integer;
  11.     forward;
  12. function SPAbs(f : real) : real;
  13.     forward;
  14. function SPNeg(f : real) : real;
  15.     forward;
  16. function SPAdd(f, r : real) : real;
  17.     forward;
  18. function SPSub(f, r : real) : real;
  19.     forward;
  20. function SPMul(f, r : real) : real;
  21.     forward;
  22. function SPDiv(f, r : real) : real;
  23.     forward;
  24.  
  25.